home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000009_news@watsun.cc.columbia.edu _Sat Apr 24 02:18:41 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id CAA18993
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 24 Apr 1999 02:18:40 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id BAA28061
  7.     for kermit.misc@watsun.cc.columbia.edu; Sat, 24 Apr 1999 01:55:09 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Christopher Mosley <cmosley@voicenet.com>
  10. Subject: Re: resend command
  11. Message-ID: <l0dU2.156$hU2.23906@news2.voicenet.com>
  12. Date: Sat, 24 Apr 1999 05:54:25 GMT
  13. To: kermit.misc@watsun.cc.columbia.edu
  14.  
  15. Christopher Mosley <cmosley@voicenet.com> wrote:
  16. > Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
  17. >> In article <Ct9U2.949$l11.65900@news3.voicenet.com>,
  18. >> Christopher Mosley  <cmosley@voicenet.com> wrote:
  19. >> : When downloading (solaris ckermit -> mskermit), the part of the
  20. >> : file already downloaded is not subtracted from the size of
  21. >> : the file to be downloaded (or equivalently added to the available
  22. >> : download space), so an invalid comparison is made and an attempt to
  23. >> : download can fail - even though there is enough disk space on the
  24. >> : receiving machine. 
  25. >> : Any way around this ? 
  26. >> : 
  27. >> :                                                                Thanks
  28.      when I say download, I mean resend not send. 
  29.  
  30.  
  31. >> Between what versions of C-Kermit and MS-DOS kermit are you experiencing
  32. >> this problem?
  33.  
  34. > C-Kermit 6.0.192, 6 Sep 96, for Solaris 2.x and msk315
  35.  
  36.  
  37. >> With what file collision options?
  38.  
  39. > * rename on mskermit side
  40.  
  41. > backup on ckermit ( I don't this side important for download to pc?).
  42.  
  43.  
  44. I will try overwrite and other options but I would have thought that
  45. resend would have been independent of collision options because it
  46. in itself is a collision option that allows no other collision option.
  47. But perhaps it affects how the computation is done? I will see.
  48.